enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Liste des boîtes aux lettres La Poste - Ville de Clermont-Ferrand

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
CO_MUP
Identifiant de la boîte aux lettres

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
co_mup
Type
texte
Exemple
                       
VA_NO_VOIE
Adresse – Numéro de la voie

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
va_no_voie
Type
texte
Exemple
                       
LB_EXTENSION
Adresse – Extension du numéro

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lb_extension
Type
texte
Exemple
                       
LB_VOIE_EXT
Adresse - Voie de l'adresse

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lb_voie_ext
Type
texte
Exemple
                       
LB_COM
Adresse - Commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lb_com
Type
texte
Exemple
                       
CO_POSTAL
Adresse – Code postal

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
co_postal
Type
texte
Exemple
                       
CO_INSEE_COM
Code INSEE de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
co_insee_com
Type
texte
Exemple
                       
VA_COORD_ADR_X
Longitude (GPS WGS84)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
va_coord_adr_x
Type
texte
Exemple
                       
VA_COORD_ADR_Y
Latitude (GPS WGS84)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
va_coord_adr_y
Type
texte
Exemple
                       
Latlong
Coordonnées géographiques au format WGS 84

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
latlong
Type
geo_point_2d
Exemple
                       
HDL_SEMAINE
Heure limite de dépôt du lundi au vendredi

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hdl_semaine
Type
texte
Exemple
                       
HDL_SAMEDI
Heure limite de dépôt le samedi

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hdl_samedi
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"liste-des-boites-aux-lettres-de-rue-france-metropolitaine-et-dom-avec-heure-limi",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/liste-des-boites-aux-lettres-de-rue-france-metropolitaine-et-dom-avec-heure-limi"
      }
    ]
    ,
  • "definitions":
    {
    • "liste-des-boites-aux-lettres-de-rue-france-metropolitaine-et-dom-avec-heure-limi":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/liste-des-boites-aux-lettres-de-rue-france-metropolitaine-et-dom-avec-heure-limi_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "liste-des-boites-aux-lettres-de-rue-france-metropolitaine-et-dom-avec-heure-limi_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "co_mup":
                {
                • "type":"string",
                • "title":"CO_MUP",
                • "description":"Identifiant de la boîte aux lettres"
                }
                ,
              • "va_no_voie":
                {
                • "type":"string",
                • "title":"VA_NO_VOIE",
                • "description":"Adresse – Numéro de la voie"
                }
                ,
              • "lb_extension":
                {
                • "type":"string",
                • "title":"LB_EXTENSION",
                • "description":"Adresse – Extension du numéro"
                }
                ,
              • "lb_voie_ext":
                {
                • "type":"string",
                • "title":"LB_VOIE_EXT",
                • "description":"Adresse - Voie de l'adresse"
                }
                ,
              • "lb_com":
                {
                • "type":"string",
                • "title":"LB_COM",
                • "description":"Adresse - Commune"
                }
                ,
              • "co_postal":
                {
                • "type":"string",
                • "title":"CO_POSTAL",
                • "description":"Adresse – Code postal"
                }
                ,
              • "co_insee_com":
                {
                • "type":"string",
                • "title":"CO_INSEE_COM",
                • "description":"Code INSEE de la commune"
                }
                ,
              • "va_coord_adr_x":
                {
                • "type":"string",
                • "title":"VA_COORD_ADR_X",
                • "description":"Longitude (GPS WGS84)"
                }
                ,
              • "va_coord_adr_y":
                {
                • "type":"string",
                • "title":"VA_COORD_ADR_Y",
                • "description":"Latitude (GPS WGS84)"
                }
                ,
              • "latlong":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Latlong",
                • "description":"Coordonnées géographiques au format WGS 84"
                }
                ,
              • "hdl_semaine":
                {
                • "type":"string",
                • "title":"HDL_SEMAINE",
                • "description":"Heure limite de dépôt du lundi au vendredi"
                }
                ,
              • "hdl_samedi":
                {
                • "type":"string",
                • "title":"HDL_SAMEDI",
                • "description":"Heure limite de dépôt le samedi"
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires